GetCodepointCount

Get total number of codepoints in a UTF-8 encoded string

extern (C) @nogc nothrow
int
GetCodepointCount
(
const(char*) text
)

Meta